home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 19
/
AMIGAplus Sonderheft 19 (1999)(ICP)(DE)[!].iso
/
Demoversionen
/
Anwendungen
/
Net_Connect
/
NC_2.1
/
CManager
/
Rexx
/
SendMD.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-03-08
|
282b
|
25 lines
/*
*
* $VER: SendMD.rexx 1.0 (12.8.98)
*
*/
Options Results
Parse Arg '"'email'" "'microdotPath'"'
IF ~SHOW(P,'MD.1') THEN DO
Address Command 'Run <NIL: >NIL:' microdotPath
Address Command 'SYS:RexxC/WaitForPort' MD.1
END
Address MD.1
'NEWMSGWINDOW'
Exit 0